type runtime.timer
24 uses
runtime (current package)
mgcscavenge.go#L288: timer *timer
mgcscavenge.go#L363: s.timer = new(timer)
netpoll.go#L105: rt timer // read deadline timer (set if rt.f != nil)
netpoll.go#L108: wt timer // write deadline timer
runtime2.go#L493: timer *timer // cached timer for time.Sleep
runtime2.go#L736: timers []*timer
time.go#L18: type timer struct {
time.go#L186: t = new(timer)
time.go#L203: t := (*timer)(ut)
time.go#L211: func startTimer(t *timer) {
time.go#L222: func stopTimer(t *timer) bool {
time.go#L231: func resetTimer(t *timer, when int64) bool {
time.go#L241: func modTimer(t *timer, when, period int64, f func(any, uintptr), arg any, seq uintptr) {
time.go#L257: func addtimer(t *timer) {
time.go#L290: func doaddtimer(pp *p, t *timer) {
time.go#L314: func deltimer(t *timer) bool {
time.go#L439: func modtimer(t *timer, when, period int64, f func(any, uintptr), arg any, seq uintptr) bool {
time.go#L554: func resettimer(t *timer, when int64) bool {
time.go#L614: func moveTimers(pp *p, timers []*timer) {
time.go#L686: var moved []*timer
time.go#L742: func addAdjustedTimers(pp *p, moved []*timer) {
time.go#L841: func runOneTimer(pp *p, t *timer, now int64) {
time.go#L1070: func siftupTimer(t []*timer, i int) int {
time.go#L1095: func siftdownTimer(t []*timer, i int) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |